Realm Kotlin SDK
/
io.realm.kotlin.notifications
/
MapChangeSet
Map
Change
Set
interface
MapChangeSet
<
K
>
Content copied to clipboard
This interface models the changes that can occur to a map.
Properties
Inheritors
Properties
changes
Link copied to clipboard
abstract val
changes
:
Array
<
K
>
Content copied to clipboard
The keys whose values have changed in this version of the map.
deletions
Link copied to clipboard
abstract val
deletions
:
Array
<
K
>
Content copied to clipboard
The keys that have been deleted in this version of the map.
insertions
Link copied to clipboard
abstract val
insertions
:
Array
<
K
>
Content copied to clipboard
The keys that have been inserted in this version of the map.
Inheritors
UpdatedMap
Link copied to clipboard